home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 January / inter@ivo 1997-01.iso / cybint12 / bin / gordons.dxr / 00029.ls < prev    next >
Encoding:
Text File  |  1996-12-14  |  156 b   |  11 lines

  1. on exitFrame
  2.   global Gmovie
  3.   if Gmovie = "cc" then
  4.     go(1, "cc")
  5.   else
  6.     if Gmovie = "main" then
  7.       go("gordons", "main")
  8.     end if
  9.   end if
  10. end
  11.